home *** CD-ROM | disk | FTP | other *** search
/ Insight Into Information (Demo) / Insight Into Information Demo CD-ROM 1994.ISO / creator / 00142.ls < prev    next >
Encoding:
Text File  |  1994-09-18  |  146 b   |  9 lines

  1. on enterFrame
  2.   if rollOver(20) or rollOver(21) or rollOver(22) then
  3.     cursor(260)
  4.   else
  5.     cursor(0)
  6.   end if
  7.   sound fadeOut 2, 15 * 24
  8. end
  9.